[INFO] cloning repository https://github.com/shika-blyat/layout-parsing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shika-blyat/layout-parsing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshika-blyat%2Flayout-parsing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshika-blyat%2Flayout-parsing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c5690243beb840b0cabf27c588aed52512dc3ed
[INFO] checking shika-blyat/layout-parsing against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshika-blyat%2Flayout-parsing" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shika-blyat/layout-parsing
[INFO] finished tweaking git repo https://github.com/shika-blyat/layout-parsing
[INFO] tweaked toml for git repo https://github.com/shika-blyat/layout-parsing written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shika-blyat/layout-parsing on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shika-blyat/layout-parsing already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d
[INFO] running `Command { std: "docker" "start" "6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling syn v1.0.30
[INFO] [stderr]    Compiling siphasher v0.3.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.16
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking pretty_assertions v0.6.1
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking layout v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(box_patterns)]
[INFO] [stdout]   |            ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in CURRENT_RUSTC_VERSION
[INFO] [stdout]   = note: superseded by `deref_patterns`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/syntax/parser.rs:95:42
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:115:42
[INFO] [stdout]     |
[INFO] [stdout] 115 |                     elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:144:40
[INFO] [stdout]     |
[INFO] [stdout] 144 |                           Token::Newline(box Spanned {
[INFO] [stdout]     |  ________________________________________^
[INFO] [stdout] 145 | |                             elem: Token::Then,
[INFO] [stdout] 146 | |                             column,
[INFO] [stdout] 147 | |                             ..
[INFO] [stdout] 148 | |                         }),
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:169:40
[INFO] [stdout]     |
[INFO] [stdout] 169 |                           Token::Newline(box Spanned {
[INFO] [stdout]     |  ________________________________________^
[INFO] [stdout] 170 | |                             elem: Token::Else,
[INFO] [stdout] 171 | |                             column,
[INFO] [stdout] 172 | |                             ..
[INFO] [stdout] 173 | |                         }),
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:208:46
[INFO] [stdout]     |
[INFO] [stdout] 208 |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(box_patterns)]
[INFO] [stdout]   |            ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in CURRENT_RUSTC_VERSION
[INFO] [stdout]   = note: superseded by `deref_patterns`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/syntax/parser.rs:95:42
[INFO] [stdout]    |
[INFO] [stdout] 95 |                     elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:115:42
[INFO] [stdout]     |
[INFO] [stdout] 115 |                     elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:144:40
[INFO] [stdout]     |
[INFO] [stdout] 144 |                           Token::Newline(box Spanned {
[INFO] [stdout]     |  ________________________________________^
[INFO] [stdout] 145 | |                             elem: Token::Then,
[INFO] [stdout] 146 | |                             column,
[INFO] [stdout] 147 | |                             ..
[INFO] [stdout] 148 | |                         }),
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:169:40
[INFO] [stdout]     |
[INFO] [stdout] 169 |                           Token::Newline(box Spanned {
[INFO] [stdout]     |  ________________________________________^
[INFO] [stdout] 170 | |                             elem: Token::Else,
[INFO] [stdout] 171 | |                             column,
[INFO] [stdout] 172 | |                             ..
[INFO] [stdout] 173 | |                         }),
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/syntax/parser.rs:208:46
[INFO] [stdout]     |
[INFO] [stdout] 208 |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:100:24
[INFO] [stdout]     |
[INFO] [stdout] 100 |                     if column > enclosing_ctx {
[INFO] [stdout]     |                        ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:101:48
[INFO] [stdout]     |
[INFO] [stdout] 101 |                         return Ok((span.start, column, self.statement()?));
[INFO] [stdout]     |                                                ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:117:24
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 }) if *column == block_ctx => {
[INFO] [stdout]     |                        ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 142 |                   Some(Spanned {
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 143 | |                     elem:
[INFO] [stdout] 144 | |                         Token::Newline(box Spanned {
[INFO] [stdout] 145 | |                             elem: Token::Then,
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |                     ..
[INFO] [stdout] 150 | |                 }) if column == if_ctx => {
[INFO] [stdout]     | |                 -     ^^^^^^ not a value
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |                   this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:175:23
[INFO] [stdout]     |
[INFO] [stdout] 167 |                   Some(Spanned {
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 168 | |                     elem:
[INFO] [stdout] 169 | |                         Token::Newline(box Spanned {
[INFO] [stdout] 170 | |                             elem: Token::Else,
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |                     ..
[INFO] [stdout] 175 | |                 }) if column == if_ctx => {
[INFO] [stdout]     | |                 -     ^^^^^^ not a value
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |                   this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:211:28
[INFO] [stdout]     |
[INFO] [stdout] 207 |                       Some(Spanned {
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 208 | |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout] 209 | |                         span,
[INFO] [stdout] 210 | |                         ..
[INFO] [stdout] 211 | |                     }) if *column > fun_ctx => match sub_ctx {
[INFO] [stdout]     | |                     -      ^^^^^^ not a value
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |                       this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:212:50
[INFO] [stdout]     |
[INFO] [stdout] 207 |                       Some(Spanned {
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 208 | |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout] 209 | |                         span,
[INFO] [stdout] 210 | |                         ..
[INFO] [stdout] 211 | |                     }) if *column > fun_ctx => match sub_ctx {
[INFO] [stdout]     | |_____________________- this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 212 |                           Some(level) if level == *column => {
[INFO] [stdout]     |                                                    ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:224:45
[INFO] [stdout]     |
[INFO] [stdout] 207 |                       Some(Spanned {
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 208 | |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout] 209 | |                         span,
[INFO] [stdout] 210 | |                         ..
[INFO] [stdout] 211 | |                     }) if *column > fun_ctx => match sub_ctx {
[INFO] [stdout]     | |_____________________- this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] ...
[INFO] [stdout] 224 |                               sub_ctx = Some(*column);
[INFO] [stdout]     |                                               ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::errors::err::Error`
[INFO] [stdout]  --> src/syntax/tokens.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use crate::errors::err::Error;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ast::*`
[INFO] [stdout]  --> src/syntax/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ast::*;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokens::*`
[INFO] [stdout]   --> src/syntax/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use tokens::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:100:24
[INFO] [stdout]     |
[INFO] [stdout] 100 |                     if column > enclosing_ctx {
[INFO] [stdout]     |                        ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:101:48
[INFO] [stdout]     |
[INFO] [stdout] 101 |                         return Ok((span.start, column, self.statement()?));
[INFO] [stdout]     |                                                ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:117:24
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 }) if *column == block_ctx => {
[INFO] [stdout]     |                        ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 142 |                   Some(Spanned {
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 143 | |                     elem:
[INFO] [stdout] 144 | |                         Token::Newline(box Spanned {
[INFO] [stdout] 145 | |                             elem: Token::Then,
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |                     ..
[INFO] [stdout] 150 | |                 }) if column == if_ctx => {
[INFO] [stdout]     | |                 -     ^^^^^^ not a value
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |                   this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:175:23
[INFO] [stdout]     |
[INFO] [stdout] 167 |                   Some(Spanned {
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 168 | |                     elem:
[INFO] [stdout] 169 | |                         Token::Newline(box Spanned {
[INFO] [stdout] 170 | |                             elem: Token::Else,
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |                     ..
[INFO] [stdout] 175 | |                 }) if column == if_ctx => {
[INFO] [stdout]     | |                 -     ^^^^^^ not a value
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |                   this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:211:28
[INFO] [stdout]     |
[INFO] [stdout] 207 |                       Some(Spanned {
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 208 | |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout] 209 | |                         span,
[INFO] [stdout] 210 | |                         ..
[INFO] [stdout] 211 | |                     }) if *column > fun_ctx => match sub_ctx {
[INFO] [stdout]     | |                     -      ^^^^^^ not a value
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |                       this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:212:50
[INFO] [stdout]     |
[INFO] [stdout] 207 |                       Some(Spanned {
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 208 | |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout] 209 | |                         span,
[INFO] [stdout] 210 | |                         ..
[INFO] [stdout] 211 | |                     }) if *column > fun_ctx => match sub_ctx {
[INFO] [stdout]     | |_____________________- this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] 212 |                           Some(level) if level == *column => {
[INFO] [stdout]     |                                                    ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `column`
[INFO] [stdout]    --> src/syntax/parser.rs:224:45
[INFO] [stdout]     |
[INFO] [stdout] 207 |                       Some(Spanned {
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 208 | |                         elem: Token::Newline(box Spanned { column, .. }),
[INFO] [stdout] 209 | |                         span,
[INFO] [stdout] 210 | |                         ..
[INFO] [stdout] 211 | |                     }) if *column > fun_ctx => match sub_ctx {
[INFO] [stdout]     | |_____________________- this pattern doesn't include `column`, which is available in `Spanned`
[INFO] [stdout] ...
[INFO] [stdout] 224 |                               sub_ctx = Some(*column);
[INFO] [stdout]     |                                               ^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::errors::err::Error`
[INFO] [stdout]  --> src/syntax/tokens.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use crate::errors::err::Error;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `layout` (bin "layout") due to 14 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0423, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `layout` (bin "layout" test) due to 14 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d", kill_on_drop: false }`
[INFO] [stdout] 6af65f67a9a4622376b4c4c8d9ad95e14e1907e0384980585301cc74a4c8ae6d
